home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / bgft302.zip / BGFT300B.EXE / BGFTUYQM.SCR < prev    next >
Text File  |  1993-03-03  |  1KB  |  28 lines

  1. ; Version 3.02 BackGround File Transfer
  2. ; BGFTUYQM.SCR: Qmodem 4.52 script for BGFT Ymodem-Batch Upload.
  3. ; Copyright (c) 1991-1993 Dirac Systems
  4. ; Qmodem is a trademark of Mustang Software Inc.
  5. ;
  6. CLRSCR
  7. DISPLAYLN " "
  8. DISPLAYLN "Copyright (c) 1991-1993 Dirac Systems  \ /"
  9. DISPLAYLN "------------------------------------- - o -"
  10. DISPLAYLN "                                       / \"
  11. DISPLAYLN "BGFT Ymodem-Batch Upload External Protocol"
  12. DISPLAYLN " "
  13. ASSIGN 0 1                      ; USER DEFINED COMM PORT.
  14. ASSIGN 1 1200                   ; USER DEFINED BAUD RATE (Qmodem $SPEED?).
  15. ASSIGN 2 "BGFTOPT /Q"           ; Quiet mode (don't print out results).
  16. ASSIGN 3 " /A"                  ; Acknowledge error, if any.
  17. ASSIGN 4 " /R"                  ; Reconnect COMM port.
  18. ASSIGN 5 "$2$3$4$0"             ; Concatenate the commands.
  19. ASSIGN 6 " /B"                  ; Set baud rate.
  20. ; Ymodem Batch sends the filename(s) to the remote receiver.
  21. ASSIGN 8 " /~"                  ; Set protocol.
  22. ASSIGN 9 "3"                    ; USER DEFINED PROTOCOL (Ymodem Batch Upload).
  23. ASSIGN 2 " /S"                  ; Start file(s) transfer.
  24. ASSIGN 3 "$5$6$1$8$9$2"         ; DOS command.
  25. DISPLAYLN "$3"                  ; Show the command.
  26. DOS "$3"                        ; Run BGFTOPT.EXE with appropriate command.
  27. SYSTEM X                        ; Exit QMODEM without hanging up.
  28.